-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mustload: Replace DriverIP with Forwarded(IP|Port) #7310
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tstromberg The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Codecov Report
@@ Coverage Diff @@
## master #7310 +/- ##
==========================================
- Coverage 37.47% 37.47% -0.01%
==========================================
Files 146 146
Lines 8869 8870 +1
==========================================
Hits 3324 3324
- Misses 5140 5141 +1
Partials 405 405
|
All Times minikube: [ 63.843747 64.571736 63.382713] Average minikube: 63.932732 Averages Time Per Log
|
@medyagh - question: on Linux, should we expose the true Docker IP & port, or is it better to always use 127.0.0.1 for consistency? |
For sure it is better to use the real ip. So I would consider macOs networking a limitation that we will eventually make it as nice as Linux. |
Merging and following up with a second PR to address shortcomings. |
Fixes #7296 - a serious regression for supporting Docker on macOS.
I'm not sure how I missed this.
This PR obsoletes #7267